home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000374_news@columbia.edu _Sun Dec 19 10:35:56 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA23600
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 19 Dec 1999 10:35:55 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA16690
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 19 Dec 1999 10:17:42 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: kermit scripting GUI capabilities?
  11. Date: 19 Dec 1999 15:17:41 GMT
  12. Organization: Columbia University
  13. Message-ID: <83isul$g9f$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <83ilup$9r$1@bunyip.cc.uq.edu.au>,
  17. Matthew <phyxx@netscape.net> wrote:
  18. : I want to find a telnet program that can offer scripting capabilities. At
  19. : the moment I am using Zoc (www.emtec.com) but the scripting capabilities
  20. : offered by Zoc are limited by its lack of GUI options. The most it has is a
  21. : one line input box or a box with a selection of buttons. Does Kermit offer a
  22. : little more flexability in its scripting?
  23. Kermit has a very flexible scripting language with variables, arrays, block
  24. structure, functions, regular expressions, etc, but it's not a GUI builder; it
  25. is stricly text oriented.  See:
  26.  
  27.   http://www.columbia.edu/kermit/scriptlib.html
  28.  
  29. for samples.
  30.  
  31. - Frank